<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>seni seviyorum beni biraz anlasaydin</title>
<meta name="generator" content="Web Page Maker">
<style type="text/css">
/*----------Text Styles----------*/
.ws6 {font-size: 8px;}
.ws7 {font-size: 9.3px;}
.ws8 {font-size: 11px;}
.ws9 {font-size: 12px;}
.ws10 {font-size: 13px;}
.ws11 {font-size: 15px;}
.ws12 {font-size: 16px;}
.ws14 {font-size: 19px;}
.ws16 {font-size: 21px;}
.ws18 {font-size: 24px;}
.ws20 {font-size: 27px;}
.ws22 {font-size: 29px;}
.ws24 {font-size: 32px;}
.ws26 {font-size: 35px;}
.ws28 {font-size: 37px;}
.ws36 {font-size: 48px;}
.ws48 {font-size: 64px;}
.ws72 {font-size: 96px;}
.wpmd {font-size: 13px;font-family: Arial,Helvetica,Sans-Serif;font-style: normal;font-weight: normal;}
/*----------Para Styles----------*/
DIV,UL,OL /* Left */
{
 margin-top: 0px;
 margin-bottom: 0px;
}
</style>

<style type="text/css">
div#container
{
	position:relative;
	width: 1058px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align:left; 
}
body {text-align:center;margin:0}
</style>

</head>
<body bgColor="#000000">
<div id="container">
<div id="image1" style="position:absolute; overflow:hidden; left:29px; top:199px; width:1000px; height:1500px; z-index:0"><img src="http://www.abload.de/img/indexseniseviyorumhcuq7.jpg" alt="" title="" border=0 width=1000 height=1500></div>

<div id="html1" style="position:absolute; overflow:hidden; left:141px; top:686px; width:800px; height:600px; z-index:1">
<IFRAME height=600 width=800 frameborder="0" scrolling="no" src="http://www.flatcast.net/player.aspx?sid=1056144"></IFRAME></div>

<div id="html2" style="position:absolute; overflow:hidden; left:739px; top:1697px; width:200px; height:125px; z-index:2">
<style type="text/css">
/* Circle Text Styles */
#outerCircleText {
/* Optional - DO NOT SET FONT-SIZE HERE, SET IT IN THE SCRIPT */
font-style: italic;
font-weight: bold;
font-family: 'comic sans ms', verdana, arial;
color: grey;
/* End Optional */

/* Start Required - Do Not Edit */
position: absolute;top: 0;left: 0;z-index: 3000;cursor: default;}
#outerCircleText div {position: relative;}
#outerCircleText div div {position: absolute;top: 0;left: 0;text-align: center;}
/* End Required */
/* End Circle Text Styles */
</style>
<script type="text/javascript">

/* Circling text trail- Tim Tilton
   Website: http://www.tempermedia.com/
   Visit: http://www.dynamicdrive.com/ for Original Source and tons of scripts
   Modified Here for more flexibility and modern browser support
   Modifications as first seen in http://www.dynamicdrive.com/forums/
   username:jscheuer1 - This notice must remain for legal use
   */

;(function(){

// Your message here (QUOTED STRING)
var msg = "RADYOMUZA HOSGELDINIZ";

/* THE REST OF THE EDITABLE VALUES BELOW ARE ALL UNQUOTED NUMBERS */

// Set font's style size for calculating dimensions
// Set to number of desired pixels font size (decimal and negative numbers not allowed)
var size = 24;

// Set both to 1 for plain circle, set one of them to 2 for oval
// Other numbers & decimals can have interesting effects, keep these low (0 to 3)
var circleY = 0.75; var circleX = 2;

// The larger this divisor, the smaller the spaces between letters
// (decimals allowed, not negative numbers)
var letter_spacing = 5;

// The larger this multiplier, the bigger the circle/oval
// (decimals allowed, not negative numbers, some rounding is applied)
var diameter = 10;

// Rotation speed, set it negative if you want it to spin clockwise (decimals allowed)
var rotation = 0.4;

// This is not the rotation speed, its the reaction speed, keep low!
// Set this to 1 or a decimal less than one (decimals allowed, not negative numbers)
var speed = 0.3;

////////////////////// Stop Editing //////////////////////

if (!window.addEventListener && !window.attachEvent || !document.createElement) return;

msg = msg.split('');
var n = msg.length - 1, a = Math.round(size * diameter * 0.208333), currStep = 20,
ymouse = a * circleY + 20, xmouse = a * circleX + 20, y = [], x = [], Y = [], X = [],
o = document.createElement('div'), oi = document.createElement('div'),
b = document.compatMode && document.compatMode != "BackCompat"? document.documentElement : document.body,

mouse = function(e){
 e = e || window.event;
 ymouse = !isNaN(e.pageY)? e.pageY : e.clientY; // y-position
 xmouse = !isNaN(e.pageX)? e.pageX : e.clientX; // x-position
},

makecircle = function(){ // rotation/positioning
 if(init.nopy){
  o.style.top = (b || document.body).scrollTop + 'px';
  o.style.left = (b || document.body).scrollLeft + 'px';
 };
 currStep -= rotation;
 for (var d, i = n; i > -1; --i){ // makes the circle
  d = document.getElementById('iemsg' + i).style;
  d.top = Math.round(y[i] + a * Math.sin((currStep + i) / letter_spacing) * circleY - 15) + 'px';
  d.left = Math.round(x[i] + a * Math.cos((currStep + i) / letter_spacing) * circleX) + 'px';
 };
},

drag = function(){ // makes the resistance
 y[0] = Y[0] += (ymouse - Y[0]) * speed;
 x[0] = X[0] += (xmouse - 20 - X[0]) * speed;
 for (var i = n; i > 0; --i){
  y[i] = Y[i] += (y[i-1] - Y[i]) * speed;
  x[i] = X[i] += (x[i-1] - X[i]) * speed;
 };
 makecircle();
},

init = function(){ // appends message divs, & sets initial values for positioning arrays
 if(!isNaN(window.pageYOffset)){
  ymouse += window.pageYOffset;
  xmouse += window.pageXOffset;
 } else init.nopy = true;
 for (var d, i = n; i > -1; --i){
  d = document.createElement('div'); d.id = 'iemsg' + i;
  d.style.height = d.style.width = a + 'px';
  d.appendChild(document.createTextNode(msg[i]));
  oi.appendChild(d); y[i] = x[i] = Y[i] = X[i] = 0;
 };
 o.appendChild(oi); document.body.appendChild(o);
 setInterval(drag, 25);
},

ascroll = function(){
 ymouse += window.pageYOffset;
 xmouse += window.pageXOffset;
 window.removeEventListener('scroll', ascroll, false);
};

o.id = 'outerCircleText'; o.style.fontSize = size + 'px';

if (window.addEventListener){
 window.addEventListener('load', init, false);
 document.addEventListener('mouseover', mouse, false);
 document.addEventListener('mousemove', mouse, false);
  if (/Apple/.test(navigator.vendor))
   window.addEventListener('scroll', ascroll, false);
}
else if (window.attachEvent){
 window.attachEvent('onload', init);
 document.attachEvent('onmousemove', mouse);
};

})();

</script>



</div>

</div>
<style>
<!--
BODY {SCROLLBAR-FACE-COLOR: #008080; SCROLLBAR-HIGHLIGHT-COLOR: #33CCCC; SCROLLBAR-SHADOW-COLOR: #999999; SCROLLBAR-3DLIGHT-COLOR: #ffffff; SCROLLBAR-ARROW-COLOR:  #000000; SCROLLBAR-TRACK-COLOR: #808080; SCROLLBAR-DARKSHADOW-COLOR: #666666; }
-->
</style>
<div id="container">
<div style="position:absolute; top:480; left:268; z-index:4">
<script language="JavaScript1.2">

//configure message
message="KEYIFLI DINLEMELER VE IYI SOHBETLER DILERIZ"
//animate text in NS6? (0 will turn it off)
ns6switch=1

var ns6=document.getElementById&&!document.all

mes=new Array();
mes[0]=-1;
mes[1]=-4;
mes[2]=-7;
mes[3]=-10;
mes[4]=-7;
mes[5]=-4;
mes[6]=-1;
num=0;
num2=0;
txt="";

function jump0(){
if (ns6&&!ns6switch){
jump.innerHTML=message
return
}
if(message.length > 6){
for(i=0; i != message.length;i++){
txt=txt+"<span style='position:relative;' id='n"+i+"'>"+message.charAt(i)+"</span>"};
jump.innerHTML=txt;
txt="";
jump1a()
}
else{
//alert("Your message is too short. 7 characters at least!")
}
}

function jump1a(){
nfinal=(document.getElementById)? document.getElementById("n0") : document.all.n0
nfinal.style.left=-num2;
if(num2 != 9){
num2=num2+3;
setTimeout("jump1a()",50)
}
else{
jump1b()
}
}

function jump1b(){
nfinal.style.left=-num2;
if(num2 != 0){num2=num2-3;
setTimeout("jump1b()",50)
}
else{
jump2()
}
}

function jump2(){
txt="";
for(i=0;i != message.length;i++){
if(i+num > -1 && i+num < 7){
txt=txt+"<span style='position:relative;top:"+mes[i+num]+"'>"+message.charAt(i)+"</span>"
}
else{txt=txt+"<span>"+message.charAt(i)+"</span>"}
}
jump.innerHTML=txt;
txt="";
if(num != (-message.length)){
num--;
setTimeout("jump2()",50)}
else{num=0;
setTimeout("jump0()",50)}
}
</script>

<font  size=5 color=#808080><div id="jumpx"></div></font>

<script>
if (document.all||document.getElementById){
jump=(document.getElementById)? document.getElementById("jumpx") : document.all.jumpx
jump0()
}
</script>
</div>
<div id="marquee1" style="position:absolute; overflow:hidden; left:263px; top:202px; width:383px; height:90px; z-index:5">
<marquee width="383" height="90" scrollamount="2">
<div class="wpmd">
<div><font color="#808080" face="Browallia New" class="ws72"><B>RADYO ISIM</B></font></div>
</div></marquee>
</div>

<div id="marquee2" style="position:absolute; overflow:hidden; left:219px; top:630px; width:602px; height:39px; z-index:6">
<marquee width="602" height="39" scrollamount="2">
<div class="wpmd">
<div><font color="#808080" face="Browallia New" class="ws18"><B>ADMIN---DJ ISIM---DJ ISIM---DJ ISIM--- DJ ISIM--- DJ ISIM--- DJ ISIM---DJ ISIM---DJ ISIM </B></font></div>
</div></marquee>
</div>

<div id="marquee3" style="position:absolute; overflow:hidden; left:287px; top:1335px; width:500px; height:39px; z-index:7">
<marquee width="500" height="39" scrollamount="2">
<div class="wpmd">
<div><font color="#808080" face="Browallia New" class="ws18"><B>BURAYA DUYURU VEYA KURALLARI YAZAR BILIRSINIZ</B></font></div>
</div></marquee>
</div>

<div id="marquee4" style="position:absolute; overflow:hidden; left:260px; top:1380px; width:489px; height:35px; z-index:8">
<marquee width="489" height="35" scrollamount="2">
<div class="wpmd">
<div><font color="#808080" face="Browallia New" class="ws18"><B>Hergn seni dsnmek ve yoklugunu farketmek nasil aci veriyor bana bilirmisin. Bir gn sende severmisin....Beni biraz anlasaydin...</B></font></div>
</div></marquee>
</div>

<div id="text1" style="position:absolute; overflow:hidden; left:169px; top:561px; width:150px; height:47px; z-index:9">
<a href="http://www.flatcast.com/WizTakeOver.aspx?new=-1" target="_blank"><div class="wpmd">
<div><font color="#808080" face="Browallia New" class="ws18"><B>YAYIN AL</B></font></div>
</div></a></div>

<div id="text2" style="position:absolute; overflow:hidden; left:329px; top:563px; width:89px; height:43px; z-index:10">
<a href="http://www.flatcast.com/WizUsr.aspx" target="_blank"><div class="wpmd">
<div><font color="#808080" face="Browallia New" class="ws18"><B>NICK AL</B></font></div>
</div></a></div>

<div id="text3" style="position:absolute; overflow:hidden; left:493px; top:563px; width:81px; height:39px; z-index:11">
<a href="http://www.flatcast.com/Download.aspx?con=p&version=522" target="_blank"><div class="wpmd">
<div><font color="#808080" face="Browallia New" class="ws18"><B>ACTIVE X</B></font></div>
</div></a></div>

<div id="text4" style="position:absolute; overflow:hidden; left:673px; top:564px; width:65px; height:34px; z-index:12">
<a href="http://www.grafikpaylasim.de/forum.php" target="_blank"><div class="wpmd">
<div><font color="#808080" face="Browallia New" class="ws18"><B>FORUM</B></font></div>
</div></a></div>

<div id="text5" style="position:absolute; overflow:hidden; left:828px; top:564px; width:82px; height:33px; z-index:13">
<a href="https://www.google.de/" target="_blank"><div class="wpmd">
<div><font color="#808080" face="Browallia New" class="ws18"><B>GOOGLE</B></font></div>
</div></a></div>

<div id="image2" style="position:absolute; overflow:hidden; left:153px; top:622px; width:750px; height:10px; z-index:14"><img src="http://www.abload.de/img/38678992ise8f.gif" alt="" title="" border=0 width=750 height=10></div>

<div id="image3" style="position:absolute; overflow:hidden; left:157px; top:1289px; width:750px; height:13px; z-index:15"><img src="http://www.abload.de/img/38678992ise8f.gif" alt="" title="" border=0 width=750 height=13></div>

<div id="text6" style="position:absolute; overflow:hidden; left:154px; top:1645px; width:150px; height:90px; z-index:16">
<div class="wpmd">
<div><font color="#808080" face="Browallia New" class="ws18"><B>DESIGN DAGKIZI</B></font></div>
</div></div>

</div>

</body>
</html>
